func os.chtimesUtimes

3 uses

	os (current package)
		file_posix.go#L180: 	utimes := chtimesUtimes(atime, mtime)
		file_posix.go#L187: func chtimesUtimes(atime, mtime time.Time) [2]syscall.Timespec {
		root_unix.go#L201: 			utimes := chtimesUtimes(atime, mtime)